From 7fe15ceac057e8c2d83ed1203c472592c604c6ed Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 19 Mar 2009 10:24:48 +0000 Subject: [PATCH] Clean up physdev.h public header. Signed-off-by: Keir Fraser --- xen/include/public/physdev.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/xen/include/public/physdev.h b/xen/include/public/physdev.h index 41f3c37649..cb7e4d469b 100644 --- a/xen/include/public/physdev.h +++ b/xen/include/public/physdev.h @@ -183,7 +183,16 @@ struct physdev_manage_pci { typedef struct physdev_manage_pci physdev_manage_pci_t; DEFINE_XEN_GUEST_HANDLE(physdev_manage_pci_t); -#define PHYSDEVOP_manage_pci_add_ext 20 +#define PHYSDEVOP_restore_msi 19 +struct physdev_restore_msi { + /* IN */ + uint8_t bus; + uint8_t devfn; +}; +typedef struct physdev_restore_msi physdev_restore_msi_t; +DEFINE_XEN_GUEST_HANDLE(physdev_restore_msi_t); + +#define PHYSDEVOP_manage_pci_add_ext 20 struct physdev_manage_pci_ext { /* IN */ uint8_t bus; @@ -199,15 +208,6 @@ struct physdev_manage_pci_ext { typedef struct physdev_manage_pci_ext physdev_manage_pci_ext_t; DEFINE_XEN_GUEST_HANDLE(physdev_manage_pci_ext_t); -#define PHYSDEVOP_restore_msi 19 -struct physdev_restore_msi { - /* IN */ - uint8_t bus; - uint8_t devfn; -}; -typedef struct physdev_restore_msi physdev_restore_msi_t; -DEFINE_XEN_GUEST_HANDLE(physdev_restore_msi_t); - /* * Argument to physdev_op_compat() hypercall. Superceded by new physdev_op() * hypercall since 0x00030202. -- 2.30.2